.badgeactive {
    background: #2DC33C;
    padding: auto 14px;
    width: 112px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #6a8c62;
}

.badgeactive:hover {
    background: #2DC33C;
    padding: auto 14px;
    width: 112px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #6a8c62;
}

.badgeSetup {
    background: #f6fbd0;
    padding: auto 14px;
    width: 107px;
    height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #8e9051;
}

.badgeHold {
    background: #d0d4fb;
    padding: auto 14px;
    width: 107px;
    height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #62638c;
}

.badgeBlock {
    background: #fbd0d0;
    padding: auto 14px;
    width: 107px;
    height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #8c6262;
}

.badgeRemove {
    background: #f54b4b;
    padding: auto 14px;
    width: 107px;
    height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #8c6262;
}

.fs-c1 {}

.form-label {
    text-transform: none;
    padding-left: 0 !important;
    font-weight: 600;
}

.dragAndDrop {
    padding: 2rem 2rem !important;
}

.dropzone .dz-message {
    margin: 1rem 0 !important;
}

.accordion-button:not(.collapsed)::after {
    display: none;
}

.form-check-input:checked[type="checkbox"] {
    background-color: #F2C02D;
    border: none;
}

.renewBtn {
    color: #e41212;
    font-weight: 800;
    letter-spacing: 0.4px;
}

.textSecondary {
    color: rgb(31, 85, 201);
}

.modal h3 {
    line-height: 2rem;
    font-weight: 700 !important;
}

.modal button {
    width: 127px;
}

.fs-3 {
    /* font-size: 4rem !important; */
    color: #38cd22;
}

#activateModal h4 {
    line-height: 1.4rem;
}

.downloadbtn {
    width: 163px;
    display: flex;
    align-items: center;
}

.line-icon {
    font-weight: 600;
}

.country_sidebar {
    /* padding: 20px 10px; */
    overflow-y: auto;
}

.sidebar-country {
    position: relative;
    top: 0 !important;
    /* background-color: #BEBEBE; */
    background-color: #bebebe4d;
}

.country-sidebar-ul .nav-link-text {
    color: #000 !important;
}

.country-sidebar-ul .nav-link {
    color: #000 !important;
}

.zone-content-list {
    gap: 15px;
}

.zone-content-list-sub button,
.zone-content-list-sub a {
    background-color: #F1F1F1;
    color: #3D3D3D;
    border-radius: 8px;
    padding: 8px 13px;
    display: grid;
    width: 115px;
    height: 100px;
    font-size: 12px;
    font-weight: 500;
    transition: 0.3s;
}

.zone-content-list-sub button:hover,
.zone-content-list-sub a:hover {
    scale: 1.1;
}

.zone-content-list-sub button:focus,
.zone-content-list-sub a:focus {
    scale: 1;
    background-color: #222834 !important;
    color: #fff !important;
    border-radius: 8px !important;
}

.zone-content-list-sub a:active {
    background-color: #222834 !important;
    color: #fff !important;
    border-radius: 8px !important;
}

.data i {
    background-color: #F1F1F1;
    padding: 0;
    border-radius: 30px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

.data {
    display: grid;
    place-items: center;
    gap: 10px;
    color: #3D3D3D;
}

.data:hover {
    color: #3D3D3D;
}

.data p {
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0;
}

.dropdown-btn i {
    font-size: 22px;
}

.zoneActive {
    background-color: #222834 !important;
    color: #fff !important;
    border-radius: 8px !important;
}

.tab-sidebar {
    text-align: left;
    color: #4c5467;
    display: flex;
    align-items: center;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #FFD861;
    color: #000;
}

.subNavPills {
    color: #000 !important;
    margin: 5px;
    padding: 4px 11px;
}

/* -------toggle arrow---------- */

.arrow-down {
    width: 30px;
    height: 32px;
    background: #f5f7fa;
    position: relative;
    transform: rotate(90deg);
    border-radius: 50%;
}

.arrow-down.active {
    background: #f5f7fa;
}

.arrow-down:before,
.arrow-down:after {
    content: "";
    display: block;
    width: 11px;
    height: 3px;
    background: #000;
    position: absolute;
    top: 14px;
    /* transition: transform .5s; */
}

.arrow-down:before {
    right: 12px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    transform: rotate(45deg);
}

.arrow-down:after {
    right: 6px;
    border-top-left-radius: 10px;
    border-radius: 10px;
    transform: rotate(-45deg);
}

.arrow-down.active:before {
    transform: rotate(-45deg);
}

.arrow-down.active:after {
    transform: rotate(45deg);
}

/* -------toggle arrow---------- */

.text-blue {
    color: #164bb4 !important;
}

.content-main {
    padding: 0.9rem 3.1rem;
}

.form-container {
    display: flex;
    align-items: center;
    justify-content: end;
    position: relative;
}

.form-container a {
    font-size: 0.8rem;
    position: absolute;
    font-weight: 500;
}

.tab-height {
    height: 91vh;
    overflow-y: auto;
}

.tab-height::-webkit-scrollbar {
    display: none;
}

/* -----------toggle button---------- */
.knobs,
.layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.button {
    position: relative;
    top: 50%;
    width: 62px;
    height: 28px;
    margin: 5px 0;
    overflow: hidden;
}

.button.r,
.button.r .layer {
    border-radius: 100px;
}

.checkbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.knobs {
    z-index: 2;
}

.layer {
    width: 100%;
    background-color: #ffffff;
    border: 2px solid #c2baba;
    transition: 0.3s ease all;
    z-index: 1;
}

/* Button 1 */
#button-1 .knobs:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 28px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 9px 4px;
    background-color: #ff0000;
    border-radius: 50%;
    transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
}

#button-1 .checkbox:checked+.knobs:before {
    content: "";
    left: 34px;
    background-color: #12a21b;
}

#button-1 .knobs,
#button-1 .knobs:before,
#button-1 .layer {
    transition: 0.3s ease all;
}

/* -----------toggle button---------- */

.close-icon {
    background-color: #ff0000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    padding: 3px;
    color: #fff;
}

.requestBtn {
    width: 160px;
}

.tab_boxes {
    color: #333;
    background: #fff;
    width: fit-content;
    margin-bottom: 15px;

}

.tab_boxes .nav-link {
    /* border: 1px solid #b1b1b1; */
    /* padding: 7px 34px; */
    color: rgba(52, 62, 82, 1);
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tab_boxes .nav-link.active {
    background-color: rgba(255, 216, 97, 1);
    color: rgba(0, 0, 0, 1);
    font-weight: 600;

}

.text-grey {
    color: #656565;
}

.grid-boxes {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
}

.memberviewCards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
}

.cardMemberview {
    background-color: #fff;
    text-align: left !important;
    padding: 23px;
    border-radius: 10px;
    display: grid;
    align-items: center;
}

.box-1 {
    background-color: #D6F8b2;
}

.box-2 {
    background-color: #F8D8B2;
}

.box-3 {
    background-color: #F8B2B4;
}

.box-4 {
    background-color: #B2C7F8;
}

.box {
    padding:30px 8px;
}

.timeline-bar {
    height: 1px;
    position: absolute;
    left: 29px;
    /* width: 100%; */
    background: #000;
    top: 11px;
    z-index: -1;
    /* min-width: 160px; */
}
.timeline-bar-web{
    background: #000;
    top: 11px;
    z-index: -1;
    height: 1px;
    position: absolute;
    left: 56px;
    min-width: 100px;
}
.horizontal-timeline{
    position: relative;
    z-index: 9;
    width: 90px;
}


.submit-Btn {
    background-color: #f38321;
    border-radius: 50px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    height: 32px;
    padding: 0px 7px;
    color: #fff;
    font-weight: 600;
}

.save-Btn {
    background-color: #65ffbc;
    color: rgba(0, 0, 0, 0.593) !important;
}

.border-assign {
    border-bottom: 2px solid #000;
    opacity: 25%;
    margin: 20px 0;
}

.vertical-tabs .nav-link {
    color: #343333 !important;
    text-align: start;
    width: 128px;
}

.vertical-tabs .nav-link.nav-link.active {
    color: #004dff !important;
    font-weight: 500 !important;
    background-color: transparent;
}

.save_Btn {
    width: 183px;
    background-color: #3874ff !important;
}

.bulk-Btn {
    background-color: #15b062 !important;
    /* border: 1px solid ; */
}

a:hover {
    text-decoration: none;
}

.non-icon {
    height: 1.1rem;
    width: 1.1rem;
    background-color: #403d3d;
    border-radius: 50%;
}

.timeline-bar-none {
    position: absolute;
    left: 8px;
    height: 7px;
    z-index: -1;
}

.timeline-item-bar {
    z-index: 0;
    position: relative;
}

#assigning {
    display: none;
}

.submitBtn {
    width: 250px;
}

.bulk-icon {
    height: auto;
    width: 0.8rem;
}

.vertical-tab .nav-link.active::after {
    content: "";
    border: 1px solid #fff;
}

.vertical-tab .nav-link {
    font-size: 13.8px;
    font-weight: 400;
    color: #343333;
}

.vertical-tab .nav-link.active {
    color: #004dff !important;
    font-size: 13.8px;
}

.icon-sm-time {
    height: 1.2rem !important;
    width: 1.2rem !important;
    background-color: #403d3d !important;
}

.timeline-vertical .timeline-item:not(:last-child) .timeline-item-bar .timeline-bar {
    top: 19px;
    left: 9px;
}

.gerarate-link {
    position: absolute;
    border: 0;
    background-color: transparent;
    font-size: 0.8rem;
    font-weight: 700;
}

.active-Circle {
    height: 0.5rem;
    width: 0.5rem;
}

.business-btn {
    background-color: #15b062 !important;
}

.onboardBtn {
    background-color: #FFD861!important;
    color: #000 !important;
}

.add_document {
    display: none;
}

.btn-submit {
    width: 248px;
}

.table> :not(:first-child) {
    border-top: 0;
}

.counting-number-input {
    position: relative;
}

.counting-number {
    position: absolute;
    bottom: 1px;
    right: 7px;
    font-size: 0.8rem;
    font-weight: 500;
}

.couning-input {
    resize: none;
}

#drop_down_component {
    /* position: relative; */

}

#trigger {
    border: none;
    gap: 8px;
    cursor: pointer;
    background-color: transparent;
    border-radius: 8px;
}

#menu {
    position: absolute;
    top: 33px;
    right: 13px;
    width: 153px;
    border: 1px solid #e9e9e9;
    border-radius: 8px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
    padding: 12px 8px;
    transition: 500ms ease-in;
    background: #fff;
    z-index: 4;
    list-style: none;
}

#menu.closed {
    display: none;
}

li>a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #333;
    text-decoration: none;
    cursor: pointer;
    padding: 10px;
    font-weight: 400;
}

li>a:hover {
    color: #333;
}

li>a:hover {
    color: #333;
}

.partners_btn {
    background-color: #f1bb0c !important;
    color: #000 !important;
    width: 161px;
}

.tick_icon_rounded {
    border: 3px solid #25b003;
    padding: 2px 3px;
    border-radius: 50%;
    color: #25b003;
}

/* header screens */

@media (max-width: 1400) {
    .filtersText {
        width: 400px !important;
        display: flex;
        flex-wrap: wrap;
    }
}

/* laptops */

@media (min-width: 972px) {
    .table tr th {
        font-weight: 600 !important;
        font-size: .9rem;
        color: #343E52 !important;
    }


    .dashLogo {
        width: 120px;
    }

    .navbar-vertical+.navbar-top .navbar-logo {
        width: 13.5rem !important;
    }

    .navbar-vertical.navbar-expand-lg {
        width: 13.5rem !important;
    }

    .navbar-vertical.navbar-expand-lg+.navbar-top+.content {
        margin-left: 14.5rem;
    }

    .navbar-vertical.navbar-expand-lg .navbar-vertical-content {
        width: 15.875rem;
        height: calc(100vh - 4rem) !important;
    }

    .filtersText div {
        font-weight: 600;
        letter-spacing: 0.3px;
    }

    #model-3 .toggle {
        position: relative;
        box-sizing: border-box;
    }

    #model-3 .toggle input[type="checkbox"] {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
        width: 100%;
        height: 100%;
        cursor: pointer;
        opacity: 0;
    }

    #model-3 .toggle input[type="checkbox"]:checked+label:before {
        box-shadow: inset 40px 0 0 #13bf11;
    }

    #model-3 .toggle input[type="checkbox"]:checked+label:after {
        left: 28px;
    }

    #model-3 .toggle label {
        position: relative;
        display: flex;
        align-items: center;
        box-sizing: border-box;
    }

    #model-3 .toggle label:before {
        content: "";
        width: 50px;
        height: 23px;
        background: #f8f8f8;
        border: 2px solid #ddd;
        box-shadow: inset 0 0 0 0px #13bf11;
        position: relative;
        display: inline-block;
        border-radius: 20px;
        box-sizing: border-box;
        transition: 0.2s ease-in;
    }

    #model-3 .toggle label:after {
        content: "";
        position: absolute;
        width: 23px;
        height: 23px;
        border: 2px solid #ddd;
        border-radius: 50%;
        left: 0;
        top: 0;
        z-index: 2;
        background: #fff;
        box-shadow: 0 1px 10px #0002;
        box-sizing: border-box;
        transition: 0.2s ease-in;
    }
}

/* led screens and large screen desktop */
@media (min-width: 1400px) {
    .nav-link-text {}

    .navbar-vertical.navbar-expand-lg+.navbar-top+.content {
        margin-left: 16rem !important;
    }

    .navbar-vertical+.navbar-top .navbar-logo {
        width: 16.1rem !important;
    }

    .navbar-vertical.navbar-expand-lg {
        width: 16.1rem !important;
    }

    .dashLogo {
        width: 140px;
    }

    .filtersText div {
        font-weight: 600;
    }

    #model-3 .toggle {
        position: relative;
        box-sizing: border-box;
    }

    #model-3 .toggle input[type="checkbox"] {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
        width: 100%;
        height: 100%;
        cursor: pointer;
        opacity: 0;
    }

    #model-3 .toggle input[type="checkbox"]:checked+label:after {
        left: 43px;
    }

    #model-3 .toggle label:before {
        content: "";
        width: 70px;
        height: 30px;
        background: #f8f8f8;
        border: 2px solid #ddd;
        box-shadow: inset 0 0 0 0px #13bf11;
        position: relative;
        display: inline-block;
        border-radius: 20px;
        box-sizing: border-box;
        transition: 0.2s ease-in;
    }

    #model-3 .toggle label:after {
        content: "";
        position: absolute;
        width: 30px;
        height: 30px;
        border: 2px solid #ddd;
        border-radius: 50%;
        left: 0;
        top: 0;
        z-index: 2;
        background: #fff;
        box-shadow: 0 1px 10px #0002;
        box-sizing: border-box;
        transition: 0.2s ease-in;
    }
}

/* led screens and large screen desktop */
@media (min-width: 1599px) {
    .nav-link-text {
        font-size: 1rem;
    }

    .navbar-vertical-label {}

    .filtersText div {
        font-weight: 600;
    }

    .form-check-label {}

    .actionFlex {
        margin-left: 20%;
    }
}

/* for resposive font sizes */

.nav-link-text {
    font-size: calc(0.91 + 1vw);
}

.navbar-vertical.navbar-expand-lg+.navbar-top+.content {
    margin-left: 16rem !important;
}

.navbar-vertical+.navbar-top .navbar-logo {
    width: 16.1rem !important;
}

.navbar-vertical.navbar-expand-lg {
    width: 16.1rem !important;
}

.dashLogo {
    width: 140px;
}

.filtersText div {
    font-weight: 600;
}

#borderTop {
    background: #e3e6ed;
    height: 2px;
    width: 200px;
    opacity: 1;
}

.rolesContainer {
    border-top: 1px solid rgba(77, 74, 74, 0.933);
    border-bottom: 1px solid rgba(77, 74, 74, 0.933);
    font-weight: 600;
}

.modalHeader {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.tableHeader {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

.tableHeader h2 {}

.tableHeaderL {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 7px;
}

.textShadow {
    text-shadow: 1px 1px 1px rgb(128, 124, 124);
    color: #333;
    font-size: 3.2rem;
}

.delBtn {
    color: red;
    background-color: #fff;
    letter-spacing: 0.4px;
    font-size: 0.84rem;
}

.resetBtn {
    color: rgb(73, 72, 72);
    background-color: #fff;
    letter-spacing: 0.4px;
    font-size: 0.84rem;
}

.avatarBx {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 50px;
}

.profileSicon i {
    color: #9d9da5;
}

.profileSicon p {
    color: #9d9da5;
}

.rolesBox {
    background-color: #bbe0f1;
    min-width: fit-content;
    height: fit-content;
    padding: 5px 10px;
    font-size: 0.8rem;
    border-radius: 50px;
    font-weight: 600;
}

.blueBox {
    width: 12px;
    height: 12px;
    background-color: #3322cd;
    border-radius: 50px;
}

.removeBtn {
    background-color: red;
    color: #fff;
    display: flex;
    min-width: fit-content;
    justify-content: center;
    align-items: center;
    padding: 9px;
    border-radius: 7px;
    font-weight: 500;
}

.fontSemibold {
    font-weight: 600 !important;
}

.ri-pencil-line {
    color: #9d9da5;
    margin-left: 18px;
    cursor: pointer;
}

.hiddenSelect {
    display: none !important;
}

.showSelectBox {
    display: flex !important;
}

.selectBxField {
    max-width: 383px;
}

@media all and (min-width:991px) and (max-width: 1200px) {
    .selectBxField {
        max-width: 383px;
    }
}

.select2-selection__choice {
    background: #EEEEDF !important;
    color: #6F6F6F !important;
    gap: 7px;
    display: flex !important;
    flex-direction: row-reverse !important;
    font-size: 0.9rem;
    font-weight: 500;
    border: 0 !important;
    padding: 5px 14px !important;
    border-radius:35px !important;
    position: relative;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
    width: 10px;
    height: 10px;
    margin-top: 3px;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #cbd0dd;
    font-size: 18px;
    /* padding: 0.2rem 0.7rem; */
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #f1bb0c !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f1bb0c;
}

.select2-container .select2-search--inline .select2-search__field {
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.49;
    color: #31374a;
    margin-left: 5px;
    margin-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    display: none;
}


#textAreaBx {
    width: 340px;
}

.selectBxField .selectN {
    width: 475px !important;
    margin: auto;
}

.selectBx #select2N {
    width: 270px;
    margin: auto;
}

.locationSelectBox {
    top: 63px;
    left: 11px;
    position: absolute;
    z-index: 9 !important;
    border-radius: 5px;
    height: 34px;
    min-width: 187px;
    color: #302e2e;
    background: #fff;
    overflow: hidden;
    border: 1px solid rgb(151, 151, 151);
}

.locationSelectBox input {
    font-size: 0.87rem;
    height: 32px;
    border: none;
}

.locationSelectBox input:focus {
    outline: none;
}

.locationSelectBox input::placeholder {
    letter-spacing: 0.4px;
    color: rgb(129, 128, 128);
    font-weight: 400;
}

.textAreaF {
    border: 1px solid rgb(126, 125, 125);
    border-radius: 7px;
    padding: 3px 10px;
}

.textAreaF:focus {
    outline: none;
}

.searchIcon {
    position: absolute;
    top: 4px;
    right: 20px;
}

.dash-icon {
    width: 9px;
    height: 2px;
    margin-right: 4px;
    background-color: #838EA6;
}

.badge-live-orders {
    background-color: #FF0000;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border-radius: 10px;
    padding: 2px 10px;
    margin-left: 10px;
}

.country-dropdown {
    background-color: #fff;
    position: absolute;
    max-width: 225px;
    overflow: auto;
    z-index: 1;
    top: 68px;
    right: -35px;
    border-radius: 10px;
    box-shadow: 2px 2px 8px -3px rgba(191, 191, 191, 1);

}

.country-selection {
    position: relative;
    display: inline-block;
}

.show {
    display: block;
}

.dropbtn {

    color: #FF0000;
    border: none;
    cursor: pointer;
}

.country-dropdown a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-weight: 400;
}

.search-icon-country {
    position: absolute;
    right: 0;
    background-color: transparent;
}

.search-box-country {
    position: relative;
    display: flex;
    align-items: center;
}

.country-dropdown img {
    width: 10%;
    margin-right: 5px;
}

.admin-name {
    position: relative;
    padding-left: 30px;
    font-size: 18px;
    font-weight: 400;
}

.admin-name::before {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    background-color: #13bf11;
    border-radius: 10px;
    left: 14px;
    top: 8px;
}

.postBtn-Color {
    background-color: #FF6F00;
}

.country-dropdown li {
    list-style: none;

}

.country-dropdown ul {
    padding: 0;
}

.scroll-country-dropdown {
    height: 40vh;
    overflow-y: auto;
}

.scroll-country-dropdown::-webkit-scrollbar {
    width: 5px;
    background-color: #fff;
}

.scroll-country-dropdown::-webkit-scrollbar-thumb {
    background-color: #cacaca;
    border-radius: 10px;
}

.priority_button {
    background-color: #3874ff;
    color: #fff;
    border-radius: 3px;
    padding: 8px 13px;
}

.priority_button:hover {
    color: #fff;
}

.feature_list h5 {
    font-weight: 500;
}

.feature_list {
    height: 61vh;
    overflow-y: scroll;
}

.feature_list::-webkit-scrollbar {
    width: 5px;
    background-color: #fff;
}

.feature_list::-webkit-scrollbar-thumb {
    background-color: #cacaca;
    border-radius: 10px;
}

.feature_list p {
    font-size: 13px;
    font-weight: 500;
}

.featureItem {
    background-color: #F0F0F0;
}

.card-header h6 {
    font-size: 16px;
    font-weight: 500;
}

.draggable {
    /* cursor: all-scroll; */
}

.business-timing {
    font-size: 15px;
    font-weight: 500;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.business_timing_table th {
    font-size: 15px;
    font-weight: 500;
    padding: 8px;
}

.business_timing_table td {
    font-size: 14px;
    font-weight: 500;
    color: #0000008b;
    padding: 8px;
}

.business_timing_table tr {
    border-bottom: 1px solid #0000001a;
}

.preparation_timing {
    background-color: #F8F8F8 !important;
    color: #636D81 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 43px;
}

.preparation_timing:hover {
    border: 0;
}

.preparation_timing span {
    font-size: 18px;
    font-weight: 500;
    color: #0000001a;
    padding: 5px;
}

.preparation_timing h6 {
    font-size: 14px;
    font-weight: 500;
    color: #0000008b;
    padding: 5px;
}

.preparation_timing a {
    font-size: 14px;
    font-weight: 500;
}

.Rush_hours {
    background-color: #F8F8F8 !important;
    color: #F01414 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 15px;
    height: 43px;
}

.label-form {
    font-size: 14px;
    font-weight: 500;
    padding: 10px;
}

.addSubstractItems {
    display: flex;
    align-items: center;
}

.addSubstractItems input {
    width: 10%;
    background-color: transparent;
}

.addSubstractItems input:focus {
    outline: 0 !important;
}

.addSubstractItems span {
    background-color: #000;
    border-radius: 30px;
    color: #fff;
    width: 21px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.form-select {
    color: #636D81;
}

select:focus {
    box-shadow: none !important;
}

.form-select:focus {
    outline: 0 !important;
    border: 1px solid #FFD861 !important;
    box-shadow: none;
}

.form-control:focus {
    outline: 0;
    border: 1px solid #FFD861;
    box-shadow: none;
}

.choices__input :focus {
    outline: 0 !important;
    border: 1px solid #FFD861 !important;
    box-shadow: none !important;
}

/* The switch - the box around the slider */
.switch {
    font-size: 17px;
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 1;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0px;
    background: #F01414;
    transition: .4s;
    border-radius: 30px;
    border: 1px solid #ccc;
}

.slider:before {
    position: absolute;
    content: "";
    height: 1.2em;
    width: 1.2em;
    border-radius: 16px;
    left: 2px;
    top: 0.5px;
    bottom: 0;
    background-color: white;
    box-shadow: 0 2px 5px #999999;
    transition: .4s;
}

input:checked+.slider {
    background-color: #5fdd54;
    border: 1px solid transparent;
}

input:checked+.slider:before {
    transform: translateX(0.9em);
}

.colorSelector {
    background-color: #fff;
    border-radius: 5px;
    /* width: 50px; */
    /* height: 30px; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 5px; */
    position: relative;

}

.color-Dropdown {
    position: absolute;
    background-color: #fff;
    top: 42px;
    width: 125px;
    height: fit-content;
    border-radius: 5px;
    padding: 5px;
    left: 0;
    z-index: 1;
}

.color-Dropdown-secondary {
    position: absolute;
    background-color: #fff;
    top: 34px;
    width: 110px;
    height: fit-content;
    border-radius: 5px;
    padding: 5px;
    left: 0;
    z-index: 1;
}

.selectedColor {
    background-color: #12a21b;
    width: 20px;
    height: 20px;
    border-radius: 50px;

}

.selectedColorSecondary {
    background-color: #0497A7;
    width: 20px;
    height: 20px;
    border-radius: 50px;

}

.dropColor {
    width: 20px;
    height: 20px;
    border-radius: 50px;
    background-color: rgb(207, 0, 0);
}

.AddBtn {
    background-color: #FFD861 !important;
    color: #000 !important;
}

.AddBtn:hover {
    background-color: #FFD861 !important;
    color: #000 !important;
    /* border: 0; */
}

.actionDropdown {
    margin-left: auto;
}

.restautrantContentIcons {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    margin: auto;
    background-color: #F8F8F8;
    border-radius: 50px !important;
}

.restaurantMainIconsHover {
    transition: transform .2s;
}

.restaurantMainIconsHover p {
    color: #fff !important;
}

.restaurantMainIconsHover:hover {
    transform: scale(1.1);
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600 !important;
}

h5 {
    font-size: .9rem !important;
}

.dropdown-btn {
    background-color: transparent;
    width: 100%;
    border: 0;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    align-items: center;


}

.dropdown-container {
    padding: var(--phoenix-nav-link-padding-y) var(--phoenix-nav-link-padding-x);
    /* display: none; */
}

.dropdown-sub {
    display: grid;

}

.dropdown-sub button {
    background: transparent;
    border: 0;
    text-align: left;
    padding: 5px;
    margin-bottom: 5px;
}

.btn-reveal {
    margin-left: auto;
}

.assignAssociate {
    background-color: #0497A7 !important;
    color: white !important;

}

@media (max-width: 820px) {
    .navbar-vertical.navbar-expand-lg+.navbar-top+.content {
        margin-left: 0 !important;
    }

    .navbar-vertical+.navbar-top .navbar-logo {
        width: 5.1rem !important;
    }

    .navbar-vertical+.navbar-top .navbar-logo {
        border-bottom: 0 !important;
    }

    .search-box {
        min-width: 30px !important;
        width: 18rem;
    }

    .roles-row {
        flex-direction: column-reverse;
    }
}

@media (min-width: 991px) {
    .navbar-vertical.navbar-expand-lg+.navbar-top+.content {
        margin-left: 16rem !important;
    }

    .navbar-vertical+.navbar-top .navbar-logo {
        /* width: 5.1rem !important; */
    }

    .navbar-vertical+.navbar-top .navbar-logo {
        border-bottom: 0 !important;
    }

    .search-box {
        min-width: 256px !important;
        width: 16rem;
    }
}

.restaurant-overview-contents {
    background-color: rgba(46, 46, 46, 1);
    border-radius: var(--phoenix-card-border-radius);
}

.main {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
}

.contents-app {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
}

.links-zones-items a {
    font-weight: 500;
    color: #757575;
    display: flex;
    align-items: flex-start;
    font-size: 13px;
}

.links-zones-items a i {
    font-weight: 500;
    color: #757575;
    margin-top: 3px;
}

.heading-sub {
    font-weight: 600 !important;
    font-size: 25px;
}
.fs-16{
    font-size: 16px !important;
}

.close-btn-add {
    background-color: #C0C0C0;
    color: #ffffff !important;
    font-size: 19px;
    border-radius: 35px;
    font-weight: 400;
    border: 0;
    padding: 0px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Zone-addCategory-head h5 {
    color: #474747;
    font-weight: 500;
}

/* upload image  */

.avatar-upload {
    position: relative;
    width: 150px;
}

.avatar-upload .avatar-edit {
    position: absolute;

    z-index: 1;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input+label {
    display: inline-block;
    width: 110px;
    height: 110px;
    margin-bottom: 0;
    border-radius: 100%;
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

#imagePreview {
    background-color: #dedede;
    position: relative;
}


.avatar-upload .avatar-preview {
    width: 110px;
    height: 110px;
    position: relative;
}

.avatar-upload .avatar-preview>div {
    width: 110px;
    height: 110px;
    /* background-color: #dedede; */
    border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.tag-item {
    background-color: #F7F7F7;
    color: #474747;
    display: flex;
    border-radius: 8px;
    width: fit-content;
    padding: 10px;
    align-items: center;
    height: 34px;
    gap: 3px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.tag-item p {
    margin-bottom: 0;
}

.tag-item i {
    margin-top: 5px;
}

.tag-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

/* radio button */

.radio-button {
    display: flex;
    gap: 10px;
    /* margin: 10px 10px 10px 0; */
    position: relative;
    align-items: center;
}

.radio-button input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.radio {
    position: relative;
    display: inline-block;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    border: 2px solid #ccc;

    transform: translateZ(-25px);
    transition: all 0.3s ease-in-out;
}

.radio::before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    top: 2px;
    left: 2px;
    border-radius: 50%;
    background-color: #F2C02D;

    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.radio-button input[type="radio"]:checked+.radio {
    border-color: #F2C02D;
    transform: translateZ(0px);
    background-color: #fff;
}

.radio-button input[type="radio"]:checked+.radio::before {
    opacity: 1;
}

.radio-button1 {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 10px;
    position: relative;
    align-items: center;
}

.radio-button1 input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.second-radio {
    position: relative;
    display: inline-block;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    border: 2px solid #ccc;

    transform: translateZ(-25px);
    transition: all 0.3s ease-in-out;
}

.second-radio::before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    top: 2px;
    left: 2px;
    border-radius: 50%;
    background-color: #F2C02D;

    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.radio-button1 input[type="radio"]:checked+.second-radio {
    border-color: #F2C02D;
    transform: translateZ(0px);
    background-color: #fff;
}

.radio-button1 input[type="radio"]:checked+.second-radio::before {
    opacity: 1;
}

.offcanvas-body {
    height: 91vh;
    overflow-y: auto;
}

.offcanvas-body::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #aaaaaa14;
    border-radius: 15px;
    /* or add it to the track */
}

/* Add a thumb */
.offcanvas-body::-webkit-scrollbar-thumb {
    background: #c0c0c0;
    border-radius: 15px;
}

.banner-list button {
    padding: 0px 3px;
    font-size: 13px;
}

.multipleModuleSection {
    display: none;
}

.outline-onboardBtn {
    border: 1px solid #f1bb0c !important;
    color: #000 !important;
}

.outline-onboardBtn:hover {
    border: 1px solid #f1bb0c !important;
    color: #000 !important;
    background-color: transparent
}

.select2-container {
    width: 100% !important;
}

.select2-dropdown {
    z-index: 99999;
}


.addTaxGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 5px;
    grid-row-gap: 5px;
}

.previewUploadimg {
    width: 112px;
    height: 112px;
    background-color: #f0f0f0;
    border-radius: 10px;
}

.previewUploadimg img {
    width: 112px;
    height: 112px;
    object-fit: cover;
    background-size: cover;
    border-radius: 15px;

}

.imageUploadContainer {
    position: relative;
    width: 112px;
    height: 112px;
    border-radius: 10px;
}

.imageUploadBtn {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 1px solid #fff;
}

.imageUploadBtn input {
    position: absolute;
    opacity: 0;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
}

.view-documents-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}

.view-image {
    width: 100px;
    height: 100px;
}

.view-image img {
    object-fit: cover;
    width: 100px;
    height: 100px;
}

.view-image-edit {
    width: 100px;
    height: 100px;
    position: relative;
}

.view-image-edit img {
    object-fit: cover;
    width: 100px;
    height: 100px;
}

.img-thumbs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;

}

.img-thumbs-hidden {
    display: none;
}

.wrapper-thumb {
    position: relative;
    display: inline-block;
    margin: 1rem 0;
    justify-content: space-around;
    object-fit: cover;
    width: 100px;
    height: 100px;
}

.img-preview-thumb {
    border: 1px solid none;
    border-radius: 0.25rem;
    box-shadow: 0.125rem 0.125rem 0.0625rem rgba(0, 0, 0, 0.12);
    object-fit: cover;
    width: 108px;
    height: 108px;
}

.remove-btn {
    position: absolute;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .7rem;
    top: -5px;
    right: -12px;
    width: 20px;
    height: 20px;
    background: #ffc300;
    border-radius: 10px;
    font-weight: bold;
    cursor: pointer;
    color: #000;
}

.remove-btn:hover {
    box-shadow: 0px 0px 3px grey;
    transition: all .3s ease-in-out;
}

#picture__input, #picture__inputapp, #picture__inputCover, #edit_picture__input,#picture__inputCover_
#picture__inputweb1,
#picture__inputweb2,
#picture__inputweb3,
#picture__inputweb4 {
    display: none;
}

.pictureapp {
    width: 130px !important;
    height: 130px !important;
}

.webpicture {
    width: 187px !important;
}

.picture, .pictureapp, .pictureCover, .webpicture ,.pictureSubCover  {
    width: 250px;
    height: 150px;
    background: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #aaa;
    cursor: pointer;
    transition: color 300ms ease-in-out, background 300ms ease-in-out;
    outline: none;
    overflow: hidden;
}

.demo {
    width: 250px;
    height: 150px;
    background: #ddd;

}



.picture__img, .picture__imageapp, .picture__imageCover,.picture__inputCover_sub {
    max-width: 100%;
}

.picture__image img,
.picture__imageapp img,
.picture__inputCover_sub img,
.picture__imageCover img {
    height: 250px;
    object-fit: cover;
}

#secondaryColor, #primaryColor {
    width: 20px;
    height: 20px;
    border-radius: 30px;

}

.secondarycolor, .primarycolor {
    position: absolute;
    top: 0;

}

.uploadImageslider {
    width: 113px;
    height: 113px;
    flex-direction: column;
}

.uploadImageslider img {
    width: 113px;
    height: 113px;
    object-fit: cover;
}

.previewSlider {
    width: 113px;
    height: 113px;
    flex-direction: column;
    position: relative;
}

.previewSlider img {
    width: 113px;
    height: 113px;
    object-fit: cover;

}

.previewSlider p {
    background-color: #fff;
    position: absolute;
    width: 10px;
    height: 10px;
    text-align: center;
    padding-bottom: 1px;
    border-radius: 10px;
    font-size: 18px;
    color: #ff0000;
    top: 0;
    right: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
}

#defaultSlider1 {
    position: relative;
}

#defaultSlider1 {
    position: relative;
}

#largerslider1 {
    width: 100px;
    height: 100px;
    position: absolute;
    opacity: 0;
}

#firstSection, #secondSection, #thirdSection, #fourSection, #fifthSection {
    cursor: pointer;
}

.togglerArrow, .secondtogglerArrow, .thirdtogglerArrow, .fourtogglerArrow, .fifthtogglerArrow {
    font-size: 21px;
    font-weight: 500;
}

.tag-items-onboarding div {
    background-color: #EDEDED;
    color: #000;
    padding: 4px 10px;
    border-radius: 3px;
    display: flex;
    align-items: center;

}

.form-group {
    margin: 1rem 0;
}

input[type="radio"] {
    /* display: none; */
    opacity: 0;
}

label {
    /* cursor: pointer; */
    position: relative;
    /* font-size: 4rem; */
    font-weight: 500;
    font-size: 14px;
    color: #2C2C2C;
}
.televerificationRadio::before{
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: transparent;
    border: 1px solid #cdcdcd;
    border-radius: 50%;
    top: 49%;
    left: -19px;
    transform: translateY(-50%);
    transition: border-color 400ms ease;
}
.form-group label::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: transparent;
    border: 1px solid #cdcdcd;
    border-radius: 50%;
    top: 49%;
    left: -19px;
    transform: translateY(-50%);
    transition: border-color 400ms ease;
}

label::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #f2c02d;
    border: 2px solid #f2c02d;
    border-radius: 50%;
    top: 49%;
    left: -20px;
    transform: translateY(-50%) scale(0);
    transition: transform 400ms ease;
}

input[type="radio"]:checked+label::before {
    border-color: #f2c02d;
}

input[type="radio"]:checked+label::after {
    transform: translateY(-50%) scale(0.55);
}

#data_1, #data_2, #data_3 {
    display: none;
}

input[type=radio] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    /* Remove most all native input styles */
    -moz-appearance: none;
    appearance: none;
    /* For iOS < 15 */
    background-color: var(--form-background);
    /* Not removed via appearance */
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border: 0.15em solid currentColor;
    border-radius: 50%;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
}

input[type=radio]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--form-control-color);
    /* Windows High Contrast Mode */
    background-color: CanvasText;
}

input[type=radio]:checked::before {
    transform: scale(1);
}

input[type=radio]:focus {
    outline: max(2px, 0.15em) solid currentColor;
    outline-offset: max(2px, 0.15em);
}

.feditradioBtn {
    line-height: 1.1;
    display: grid;
    grid-template-columns: 1em auto;
    gap: 0.5em;
}

.feditradioBtn+.feditradioBtn {
    margin-top: 1em;
}

.feditradioBtn:focus-within {
    color: var(--form-control-ceditradioBtn);
}

.addItemsFieldType {
    display: none;
}

.foodie_container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 15px;

}
.foodCard i{
background-color: #C0C0C0;
color: #fff;
font-size: 18px;
display: flex;
align-items: center;
height: 24px;
width: 24px;
justify-content: center;
border-radius: 30px;
cursor: pointer;
}
.{
    background: transparent;
    color: #000;
    border: 1px solid #f1bb0c
}
.web-requetsbadge{
    width:100px;
    padding: 7px 12px;
    border-radius: 4px;
    background: rgba(0, 71, 255, 0.11);
    color: #104BE5 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rejected{
    width:100px;
    padding: 7px 12px;
    border-radius: 4px;
    background: #FFE3E3;
    color: #EB0000 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.verified{
    width:100px;
    padding: 7px 12px;
    border-radius: 4px;
    background: #E3FFE6;
    color: #00AB11 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.web-view{
    font-size: 14px;

}
.tax-table button{
    background-color: #F2C02D;
    padding: 0px 5px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    border:0;
}
.colorDropdown{
    min-width: 110px;
    /* background: #fff; */
    height: 39px;
    padding: 6px;
    border-radius: 10px;
}
.reports-items{
    cursor: move;
    background-color: #F0F0F0;
    margin-bottom: 10px;
    gap:15px;
}
.reports-items h6{
color: #787878;
line-height: 1.3;

}
/* .imgPrevBoxedit {
    width: 100px;
    height: 100px;
} */
#upload_box label{
    width: 113px;
    height: 113px;
    margin-bottom: 20px;
}
#imgCategoryBoxedit img {
    width: 113px;
    height: 113px;
    margin-bottom: 20px;
}
#imgCategoryBoxedit i{
    background-color: #fff;
    position: absolute;
    width: 10px;
    height: 10px;
    text-align: center;
    padding-bottom: 1px;
    border-radius: 10px;
    font-size: 18px;
    color: #ff0000;
    top: 0;
    right: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
}

.Zone-addCategory{
    position: relative;
    padding-right: 4px !important;
}

.module_banner{
    width: 100%;
    height: 70px;
    object-fit: cover;
}
.module_banner_edit{
    width: 100%;
    height: 70px;
    object-fit: cover;
}
.show-Upload-images-verify{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}
.viewFileClose{
    position: absolute;
    right: 0;
    width: 20px !important;
    height: 20px;
    border-radius: 50%;
    display: flex;
align-items: center;
justify-content: center;
}

.selectListItem{
    background-color: #000;
}
.ck.ck-editor__editable_inline{
    height: 70vh;
}
.inactiveBadge{
    padding: auto 14px;
    width: 112px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: rgba(229, 0, 0, 0.20);
    color: rgba(229, 0, 0, 1);
}
.activeBadge{
    background: rgba(52, 168, 83, 0.2);
    padding: auto 14px;
    width: 112px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#34A853
}
.imageUploadAdmanager{
    position: relative;
    width: 129px;
}
.imageUploadAdmanager img{
    width: 129px;
    height: 129px;
    object-fit: cover;
}
.imageUploadAdmanager input{
 position: absolute;
 top: 0;
 width: 129px;
 height: 129px;
 opacity: 0;
}
.imageUploadAdmanager button{
position: absolute;
top: 0;
right: 0;
padding: 0;
border: 0;
background-color: transparent;
display: none;
}
.ql-custom-dropdown{
    position: absolute;
    top: -10px;
    right: -32px;
    font-weight: 600;
    color: #444;
}
.ql-custom-dropdownSpan{
    position: relative;
}
.ql-editor{
    height: 50vh !important;
    overflow-y:auto !important;
}
.ql-toolbar{
    display: flex !important;
    align-items: center !important;
}
.ql-pdf-export{
    margin-top: -3px;
    display: flex;
    align-items: center;
    width: 109px !important;
    margin-left: -67px;
    font-weight: 700;
    color: #444;
    font-size: 0.9rem;
}
.addHashtagmodal {
    display: none;
    position: fixed;
    top: 0;
    right: -400px; /* Initially off the screen */
    width: 100%;
    height: 100%;
    background-color:#00000057;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    transition: right 0.3s ease-in-out;
    z-index: 99999;
}

.addHashtagmodal-content {
    padding: 20px;
    background-color: #fff;
    width: 400px;
    height: 100vh;
    margin-left: auto;
}

.addHashtagclose {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
}

.radio-container {
    /* margin: 0 auto; */
    /* max-width: 300px; */
    /* color: white; */
    margin: 7px 0 25px;
  }
  
  
  
  .radio-button {
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
  }
  
  .radio-button input[type="radio"] {
    display: none;
  }
  
  .radio-checkmark {
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(54, 102, 196, 0.55);
    border-radius: 50%;
  }
  
  .radio-checkmark:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #0048B5;
    transition: all 0.2s ease-in-out;
  }
  
  .radio-button input[type="radio"]:checked ~ .radio-checkmark:before {
    transform: translate(-50%, -50%) scale(1);
  }
  
  .radio-label {
    font-size: 14px;
    font-weight: 500;
    color: #4C4C4C;
  }
  
  .status{
    font-size:13px;
    width: 90px;
    padding:7px 10px;
    border-radius: 5px;
    display:flex;
    align-items: center;
    justify-content: center;
  }
  .badge-scheduled{
    color: #AEA92D !important;
    background-color: #F5F4D3 !important;
  }
  .badge-delivered{
   color: #38A22E !important;
   background-color: #D6F5D3 !important;
  }
  .modal-close{
    background-color: transparent;
    border: 0;
    top: 5px;
    right: 5px;
    width: 32px !important;
    height: 32px !important;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 50%;
    transition: 0.3 ease-in;
  }
  .modal-close:hover{
    background-color: #f7f7f7;
  }
  .close-img{
    border: 3px solid #C01700;
    padding: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto 10px;


  }
  .btn{
    font-size:14px;
    font-weight: 500;
    
  }
  .btn-cancel{
    background-color: #EAEAEA;
    color:#484848;
  }
  .btn-cancel:hover{
    background-color: #eaeaead6;
    color:#484848;
  }
  .btn-delete{
    background-color: #C01700;
    color:#fff;
  }
  .btn-delete:hover{
    background-color: #c01600dc;
    color:#fff;
  }
  .uploadImages{
    width: 100%;
    height: auto;
    padding: 0.375rem;
    border-radius: 5px;
    border: 1px solid #CBD0DD;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap:5px;
  }
  .uploadImages div{
    background-color: #EEEEDF;
    color: #6F6F6F;
    font-size: 14px;
    font-weight: 500;
    padding: 0 12px;
    border-radius: 35px;
    width: fit-content;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .upload__inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
  }
  .upload__btn {
    display: inline-block;
    text-align: center;
    min-width: 50px;
    padding: 5px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid;
    border: 1px solid #CBD0DD;
    border-radius: 10px;
    line-height: 34px;
    font-size: 14px;
  }
  .upload__btn:hover {
    background-color: unset;
    color: #4045ba;
    transition: all 0.3s ease;
  }
  .upload__btn-box {
    margin-bottom: 10px;
  }
  .upload__img-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    gap: 10px;
  }
  .upload__img-box {
    width: 50px;
    height: 50px;
    border-radius: 5px;
  }
  .upload__img-close {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    top: -11px;
    right: -10px;
    text-align: center;
    line-height: 14px;
    z-index: 1;
    cursor: pointer;
    background: #fff;
    border: 1px solid #CBD0DD;
  }
  .upload__img-close:after {
    content: "✖";
    font-size: 10px;
    font-weight: 400;
    color: white;
  }
  
  .img-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 100%;
    border-radius: 10%;
  }